登入
Computer Science for IGCSE & O level - Data Representation (Section 11 - No. 46)
Which is the equivalent of the hexadecimal value '11' in decimal?
16
17
18
19
解释
11 (hex) is equivalent to (1 * 16^1) + (1 * 16^0) = 16 + 1 = 17 (decimal).
评论 (0)
登录发表评论
广告
允许 javascript 正确加载此页面